Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22448 | GEN005306 | SV-45948r1_rule | Medium |
Description |
---|
The SNMP service must use SHA-1 or a FIPS 140-2 approved successor for authentication and integrity. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2016-12-20 |
Check Text ( C-43240r1_chk ) |
---|
Verify the SNMP daemon uses SHA for SNMPv3 users. Procedure: Examine the default install location /etc/snmp/snmpd.conf or: # find / -name snmpd.conf # grep -v '^#' If any line is present this is a finding. |
Fix Text (F-39317r1_fix) |
---|
Edit /etc/snmp/snmpd.conf and add the SHA keyword for any create user statement without one. Restart the SNMP service. # service snmpd restart |